regexp/syntax.compiler.inst (method)

10 uses

	regexp/syntax (current package)
		compile.go#L75: 	f.out.patch(c.p, c.inst(InstMatch).i)
		compile.go#L83: 	c.inst(InstFail)
		compile.go#L161: func (c *compiler) inst(op InstOp) frag {
		compile.go#L169: 	f := c.inst(InstNop)
		compile.go#L179: 	f := c.inst(InstCapture)
		compile.go#L210: 	f := c.inst(InstAlt)
		compile.go#L220: 	f := c.inst(InstAlt)
		compile.go#L239: 	f := c.inst(InstAlt)
		compile.go#L266: 	f := c.inst(InstEmptyWidth)
		compile.go#L273: 	f := c.inst(InstRune)